Standard Stream & file system call [system call]
lseek() & creat() [system call]
mmap() & munmap() & msync [system call]
About scheduling [system call]
Progress of Process(from fork to exit)
exit() & atexit() [system call]
wait() & waitpid() [system call]
getpid & getppid [system call]
System Programming orientation
Synchronization issues of Thread
advantage & disadvantage of Thread
IPC trick(Pipe & MessageQueue & SharedMemory)
Preemption & non-preemption scheduling
Batch process & Multi tasking & Multi processing
C# main event handler(Windows Form)
C# main Component(Windows Form)
Public key infrastructure, PKI
Synchronous TCP with Boost.Asio
Socket programming function & Winsock2
Dijkstra’s Shortest Path Algorithm
Sequential Search & Binary Search